Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 47add63

Commit 47add6381d2a46d5b04a62e2cdcf58cf48808ad4


Parents : be2ba7c
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-08-25T11:14:38+02:00

Increase queues for throughput tests

Changes

1 files changed, 6 insertions(+), 0 deletions(-)


Diff

diff --git a/tests/throughput.py b/tests/throughput.py
index ad27e178..8f5f0ef6 100644
--- a/tests/throughput.py
+++ b/tests/throughput.py
@@ -704,6 +704,12 @@ def _start_transport():
"[interfaces]\n"
)
+ # Raise queue lengths for to avoid drops
+ # at high feed rates
+ RNS.Transport.INBOUND_DA_QUEUE_LENGTH = 4096
+ RNS.Transport.INBOUND_AN_QUEUE_LENGTH = 1024
+ RNS.Transport.INBOUND_PR_QUEUE_LENGTH = 1024
+ RNS.Transport.INBOUND_IL_QUEUE_LENGTH = 1024
_instance = RNS.Reticulum(configdir=config_dir,
loglevel=RNS.LOG_CRITICAL,
logdest=lambda *a, **k: None)

Served by rngit 1.5.2 - Generated in 0.05s